.g_steps{border-bottom:1px solid #e6e6e6;background:#fff}.g_steps .g_steps_w{display:flex;justify-content:center;position:relative;overflow:hidden}.g_steps .g_steps_w:before{content:"";position:absolute;left:25px;width:0;height:0;border-style:solid;border-width:32px 0 32px 25px;border-color:transparent transparent transparent #fff;z-index:2}.g_steps ._index{display:inline-block;width:22px;height:22px;text-align:center;line-height:20px;border-radius:50%;border:1px solid #ddd;color:#999;margin-right:10px}.g_steps ._step{width:230px;height:60px;position:relative;display:flex;justify-content:center;align-items:center;padding-left:25px}.g_steps ._step:before{right:-25px;border-color:transparent transparent transparent #e6e6e6}.g_steps ._step:after,.g_steps ._step:before{content:"";position:absolute;top:-2px;width:0;height:0;border-style:solid;border-width:32px 0 32px 25px;z-index:2}.g_steps ._step:after{right:-24px;border-color:transparent transparent transparent #fff}.g_steps ._step.active{color:#fff;font-size:14px;background:#00ca97}.g_steps ._step.active:before{right:-24px;border-color:transparent transparent transparent #00ca97}.g_steps ._step.active:after{content:none}.g_steps ._step.active ._index{color:#fff;border:1px solid #fff}.g_steps ._step.past ._index{color:#00ca97;border:1px solid #00ca97}